PropertyCollectionCopyTo Method |
Copies the entire PropertyCollection to a compatible one-dimensional Property array, starting at the specified index of the target array.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void CopyTo(
Property[] property,
int index
)
Public Sub CopyTo (
property As Property(),
index As Integer
)
Parameters
- property
- Type: Independentsoft.WebdavProperty
The one-dimensional Property array that is the destination of the elements copied from PropertyCollection. The array must have zero-based indexing. - index
- Type: SystemInt32
The zero-based index in dest at which copying begins.
See Also